#!/bin/sh

tar -zxvf stack.tar.gz
tar -zxvf drv.tar.gz
cd ieee80211
make clean
make
cd ../rtl8187
make clean
make
cd ..

